Autogenerated HTML docs for v1.1.6-g2718 
diff --git a/git-send-email.html b/git-send-email.html index af79b67..821328c 100644 --- a/git-send-email.html +++ b/git-send-email.html 
@@ -3,7 +3,7 @@  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">   <head>   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  -<meta name="generator" content="AsciiDoc 7.0.1" />  +<meta name="generator" content="AsciiDoc 7.0.2" />   <style type="text/css">   /* Debug borders */   p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {  @@ -286,13 +286,25 @@  <p>The options available are:</p>   <dl>   <dt>  ---to  +--chain-reply-to, --no-chain-reply-to   </dt>   <dd>   <p>  - Specify the primary recipient of the emails generated.  - Generally, this will be the upstream maintainer of the  - project involved.  + If this is set, each email will be sent as a reply to the previous  + email sent. If disabled with "--no-chain-reply-to", all emails after  + the first will be sent as replies to the first email sent. When using  + this, it is recommended that the first file given be an overview of the  + entire patch series.  + Default is --chain-reply-to  +</p>  +</dd>  +<dt>  +--compose  +</dt>  +<dd>  +<p>  + Use $EDITOR to edit an introductory message for the  + patch series.   </p>   </dd>   <dt>  @@ -306,25 +318,6 @@  </p>   </dd>   <dt>  ---compose  -</dt>  -<dd>  -<p>  - Use \$EDITOR to edit an introductory message for the  - patch series.  -</p>  -</dd>  -<dt>  ---subject  -</dt>  -<dd>  -<p>  - Specify the initial subject of the email thread.  - Only necessary if --compose is also set. If --compose  - is not set, this will be prompted for.  -</p>  -</dd>  -<dt>   --in-reply-to   </dt>   <dd>  @@ -337,16 +330,12 @@  </p>   </dd>   <dt>  ---chain-reply-to, --no-chain-reply-to  +--quiet   </dt>   <dd>   <p>  - If this is set, each email will be sent as a reply to the previous  - email sent. If disabled with "--no-chain-reply-to", all emails after  - the first will be sent as replies to the first email sent. When using  - this, it is recommended that the first file given be an overview of the  - entire patch series.  - Default is --chain-reply-to  + Make git-send-email less verbose. One line per email should be  + all that is output.   </p>   </dd>   <dt>  @@ -358,6 +347,26 @@  localhost.   </p>   </dd>  +<dt>  +--subject  +</dt>  +<dd>  +<p>  + Specify the initial subject of the email thread.  + Only necessary if --compose is also set. If --compose  + is not set, this will be prompted for.  +</p>  +</dd>  +<dt>  +--to  +</dt>  +<dd>  +<p>  + Specify the primary recipient of the emails generated.  + Generally, this will be the upstream maintainer of the  + project involved.  +</p>  +</dd>   </dl>   </div>   <h2>Author</h2>  @@ -376,7 +385,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 27-Dec-2005 00:16:40 PDT  +Last updated 06-Feb-2006 02:27:00 UTC   </div>   </div>   </body>